github.com/klauspost/compress/flate.fastEncL6.bTable (field)
17 uses
github.com/klauspost/compress/flate (current package)
level5.go#L8: bTable [tableSize]tableEntryPrev
level5.go#L27: for i := range e.bTable[:] {
level5.go#L28: e.bTable[i] = tableEntryPrev{}
level5.go#L44: for i := range e.bTable[:] {
level5.go#L45: v := e.bTable[i]
level5.go#L57: e.bTable[i] = v
level5.go#L102: lCandidate := e.bTable[nextHashL]
level5.go#L106: eLong := &e.bTable[nextHashL]
level5.go#L117: eLong := &e.bTable[nextHashL]
level5.go#L136: eLong := &e.bTable[nextHashL]
level5.go#L146: lCandidate = e.bTable[nextHashL]
level5.go#L150: eLong := &e.bTable[nextHashL]
level5.go#L201: eLong := e.bTable[hash7(load6432(src, sAt), tableBits)].Cur.offset
level5.go#L262: eLong := &e.bTable[hash7(cv, tableBits)]
level5.go#L268: eLong = &e.bTable[hash7(cv, tableBits)]
level5.go#L282: eLong := &e.bTable[hash7(cv, tableBits)]
level5.go#L296: eLong := &e.bTable[prevHashL]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |